Skip to content

Comments

feat: 그루밍 태스트 결과 저장 기능 구현#88

Merged
hisonghy merged 3 commits intodevelopfrom
feature/save-grooming-test-result-85
Apr 9, 2025
Merged

feat: 그루밍 태스트 결과 저장 기능 구현#88
hisonghy merged 3 commits intodevelopfrom
feature/save-grooming-test-result-85

Conversation

@hisonghy
Copy link
Member

@hisonghy hisonghy commented Apr 8, 2025

🌱 관련 이슈

📌 작업 내용 및 특이사항

  • 비로그인으로 그루밍 테스트를 진행하고 회원가입 시 그루밍 테스트 결과를 저장하는 기능 구현했습니다
  • 비로그인으로 그루밍 테스트를 제출할 경우 제출한 결과 정보를 클라이언트쪽에서 관리하고, 서버에서 응답되는 groomingLevelId, totalScore 정보와 회원가입 이후 응답되는 userId 정보를 함께 요청해 비로그인 유저가 그루밍 테스트를 먼저 완료하고 회원가입 했을 경우 이전에 수행했던 그루밍 테스트 결과를 저장할 수 있는 api를 구현했습니다

🔍 참고사항

📚 기타

@hisonghy hisonghy added the ⚡ feature 새로운 기능 추가 및 수정 label Apr 8, 2025
@hisonghy hisonghy requested a review from myqewr April 8, 2025 12:31
@hisonghy hisonghy self-assigned this Apr 8, 2025
@hisonghy hisonghy merged commit 13ae140 into develop Apr 9, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⚡ feature 새로운 기능 추가 및 수정

Projects

None yet

Development

Successfully merging this pull request may close these issues.

⚡ 그루밍 테스트 결과 저장 api 구현

2 participants